gdk: Remove nonexisting function from internal header
authorBenjamin Otte <otte@redhat.com>
Sun, 5 Dec 2010 13:32:59 +0000 (14:32 +0100)
committerBenjamin Otte <otte@redhat.com>
Mon, 6 Dec 2010 00:02:19 +0000 (01:02 +0100)
gdk/gdkinternals.h

index a0063cdc97224a3392e02ad331ef457597b8cfcb..b5f5a57fa3fcbbeea3ebe913abfdebe83724296f 100644 (file)
@@ -385,10 +385,6 @@ void _gdk_windowing_window_process_updates_recurse (GdkWindow *window,
 void _gdk_windowing_before_process_all_updates     (void);
 void _gdk_windowing_after_process_all_updates      (void);
 
-/* Return the number of bits-per-pixel for images of the specified depth. */
-gint _gdk_windowing_get_bits_for_depth (GdkDisplay *display,
-                                       gint        depth);
-
 
 #define GDK_WINDOW_IS_MAPPED(window) (((window)->state & GDK_WINDOW_STATE_WITHDRAWN) == 0)